vcTransportOutStatementBase
Base class for transport out statements.
See in: Overview
Module: vcProcessModel
Parent: vcTransportStatementBase
Children: vcStartTransportOutStatement, vcTransportOutStatement
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Container | vcContainer | RW | Gets or sets a component container where to place the products. Must be from the same component. Can be None. Only used when Destination is CONTAINER. |
| Destination | vcTransportOutType | RW | Gets or sets where the products should go. |
| DestinationNode | vcTransportNode | RW | Gets or sets a transport node where to send the products using the transport system. Can be None. Only used when Destination is TRANSPORT_NODE. |
| SendAsProductBundles | Boolean | RW | Gets or sets a value which determines wether to send as a product bundle. |